This sample shows you how to intercept user actions that are
related to workbin management.

To install this sample, follow these steps:
1. Create a directory named "interceptor/" in the directory
   "webapps/gdesktop/".
2. Copy the file "interceptor.xml" from this sample folder
   and paste it into the "interceptor/"  directory that you
   have just created.
3. Copy the file "interceptor-workbin-owner.jar" from this sample
   folder and paste it into the "webapps/gdesktop/WEB-INF/lib/"
   directory that you have just created.

To configure "Owner Agent" custom attribute:
1. Find the Business Attributes of your tenant.
2. Go to Interaction Custom Properties.
3. In attribute values add new business attribute value with name
   "Owner Agent".

To configure attached data items in GSD:
1. Change files starting with "wkbinx" (depending on workbin type)
   in webapps/gdesktop/supervisor/xml:
  a. Find "table" tag:
     <childview id="table" default='true' class="com.genesyslab.uadthin.supervisor.view.OPNTableTemplateImpl"  customizer="tableView.jsp">
  b. Inside this tag add such line:
     <dataitem id="i_AttData_Owner Agent" title="i_AttData_Owner Agent" width="9%" align='left' />
     General format for attached data items is i_AttData_<name>.
     In this sample "Owner Agent" item is used.
2. Add this line to webapps/gdesktop/WEB-INF/classes/com/genesyslab/uadthin/supervisor/resources/GSDResources.properties:
   i_AttData_Owner\ Agent=Owner Agent
   General format for localizing attached data is i_AttData_<name>=<name>
   (Please note, that whitespace is replaced with "\ " in key part).
